sync.Map.read (field)
7 uses
	sync (current package)
		map.go#L50: 	read atomic.Pointer[readOnly]
		map.go#L114: 	if p := m.read.Load(); p != nil {
		map.go#L174: 		m.read.Store(&readOnly{})
		map.go#L252: 			m.read.Store(&readOnly{m: read.m, amended: true})
		map.go#L387: 			m.read.Store(&readOnly{m: read.m, amended: true})
		map.go#L489: 			m.read.Store(©Read)
		map.go#L512: 	m.read.Store(&readOnly{m: m.dirty})
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |